From: Richard M. Stallman Date: Wed, 22 Nov 1995 12:09:49 +0000 (+0000) Subject: (internal_terminal_init): Initialize the_only_x_display.font. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85444 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=64ec6a0251ddf416adf2c95a1690cb0dc6289088;p=emacs.git (internal_terminal_init): Initialize the_only_x_display.font. --- diff --git a/src/msdos.c b/src/msdos.c index 35c46d99044..1504770e45e 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -694,6 +694,7 @@ internal_terminal_init () the_only_x_display.line_height = 1; the_only_frame.output_data.x = &the_only_x_display; the_only_frame.output_method = output_msdos_raw; + the_only_x_display.font = (XFontStruct *)1; /* must *not* be zero */ init_frame_faces ((FRAME_PTR) &the_only_frame);